Levoric Learn LOGO

Levoric Learn




HTML Tutorial

Introduction <img> tag


The <img> tag is used to put a picture in an HTML page.
Pictures don't really go into a web page; they are linked to them. The <img> tag makes a spot to put the picture that it links to.
The <img> tag has two required attributes:
Size - Sets the location of a picture.
alt - Gives an extra text for the picture, if by chance its showing can't happen.
The HTML tag puts a picture into the document.

HTML Example

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset ="UTF-8">
<!--This is our webpage it's our very first webpage-->
<title>Levoric | HTML Fundamentle Tutorial</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Write your content here levoriclearn top degree online and program-->
<img src="/levroiclearn/levoriclearn.jpg" alt="Levoriclearn LOGO" />
<!--Write your content here levoriclearn top degree online and program-->
</body>
</html>


output


Example-image-levoriclearn-logo-btag-a





Support Browser
Element LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree
<img> Yes Yes Yes Yes Yes